/* 织梦58（dede58.com）做最好的织梦整站模板下载网站 */
.animated {
	-webkit-animation-duration: 15s;
	animation-duration: 15s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
 @-webkit-keyframes shake {
 0%, 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
 10%, 30%, 50%, 70%, 90% {
 -webkit-transform: translate3d(-50px, 0, 0);
 transform: translate3d(-50px, 0, 0)
}
 20%, 40%, 60%, 80% {
 -webkit-transform: translate3d(50px, 0, 0);
 transform: translate3d(50px, 0, 0)
}
}
 @keyframes shake {
 0%, 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
 10%, 30%, 50%, 70%, 90% {
 -webkit-transform: translate3d(-50px, 0, 0);
 transform: translate3d(-50px, 0, 0)
}
 20%, 40%, 60%, 80% {
 -webkit-transform: translate3d(50px, 0, 0);
 transform: translate3d(50px, 0, 0)
}
}
.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}
.text-by {
	background-color: #f5f5f5;
	height: 60px;
	display: block;
	color: #393
}
.text-by h3 {
	margin: 0!important;
	padding: 0!important;
	line-height: 60px;
	font-size: 16px
}

.fs_gallery {
	background: rgba(0,0,0, 0.9);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}

.fs_gallery_close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 25px;
	height: 25px;
	color: #ccc;
	font-size: 34px;
	line-height: 23px;
	text-align: center;
	cursor: pointer;
	z-index: 102;
}

	.fs_gallery_close:before {
		content: "×";
	}

	.fs_gallery_close:hover {
		color: #fff;
	}

.fs_gallery_prev, .fs_gallery_next {
	position: absolute;
	width: 80px;
	color: #ccc;
	font-size: 30px;
	cursor: pointer;
	z-index: 101;
}

	.fs_gallery_prev:hover, .fs_gallery_next:hover {
		background: rgba(0,0,0, 0.1);
		color: #fff;
	}

.fs_gallery_prev {
	left: 0;
	top: 0;
	bottom: 0;
}

.fs_gallery_next {
	right: 0;
	top: 0;
	bottom: 0;
}

.fs_gallery_prev:before {
	content: "‹";
	position: absolute;
	height: 30px;
	margin-top: -30px;
	top: 50%;
	left: 35px;
}

.fs_gallery_next:before {
	content: "›";
	position: absolute;
	height: 30px;
	margin-top: -30px;
	top: 50%;
	left: 35px;
}

.fs_gallery_shuft {
	position: relative;
	width: 9999999px;
}

	.fs_gallery_shuft:after {
		clear: both;
		content: "";
		display: block;
	}

.fs_gallery_shuft_item {
	background-position: center;
	float: left;
	position: relative;
	background-repeat: no-repeat;
}

	.fs_gallery_shuft_item img {
		box-shadow: 0 0 8px rgba(0,0,0, 0.8);
		position: absolute;
		top: 50%;
		left: 50%;
	}